USING
-----
In order to compile this
application, you will also need to download BOECommonInfo, and follow the
instructions in that project's readme to compile the assembly and register it
in the Global Assembly Cache.

Unzip this code into a folder called BOEScheduleCrystal.  The output of this
project will be placed in a BIN folder one level up in the
folder structure.  So, you'll have a folder tree that looks like this:
<base folder>
  |
  --BIN
  |
  --BOECommonInfo
  |
  --BOEPublishFiles

In order to use this assembly, it must be registered in the Global Assembly
Cache (GAC). I have included in the zip a file called register_Common.bat.
Place this file in the BIN folder.  After compiling the assembly, run this
.bat file to register it in the GAC.

SIGNING
-------
Because this assembly will be used by other programs, it needs to be signed.
I have included a Strong Name Key file - BOE_SDK.snk.  If you are going to use
this assembly with your code, please create your own key file by following
these steps:
1.  Go to the project's Properties and select the Signing tab.
2.  Open the drop-down list under "Choose a strong name key file"
3.  Select "<New...>" and follow the instructions.  You do not need to include
a password.

DISCLAIMER
----------
This code was created in Visual Studio 2005.  To work with it in any other
version of Visual Studio, it will have to be modified.

This code is provided for teaching and example purposes ONLY.  It is not meant
to be used as-is in any production environment.  I make no guarantees as to
it's accuracy and I will not support it.

-Dell Stinnett
 geekgurl27@hotmail.com

